home *** CD-ROM | disk | FTP | other *** search
- .bra {
- .ket }
-
- ; Linux_Launcher
- ; IconX script to start Linux.rexx
- ; $VER: Try_Linux_APUS revision 1 (24.2.99) by Duncan Gibb
-
- ; Based on UAEWB 0.2 (26.01.97) © by Samuel Devulder
-
-
- ; check for MUIREXX
- Which >NIL: MuiRexx
- If WARN
- Set Title "Sorry"
- Set Body "Can't find MUIRexx! (Launcher needs at least MUIRexx 3.0)"
- If EXISTS c:RequestChoice
- c:RequestChoice >nil: "$Title" "$Body" "Ok"
- Else
- Echo >"CON://320/50/$Title/WAIT/CLOSE" "$Body"
- Endif
- Quit 10
- Endif
-
- ; 32Kb stack should be enough
- Stack >NIL: 32000
- rx >NIL: Linux.rexx
-